github.com/gotd/td/telegram.cachedCDNPool.max (field)
8 uses
github.com/gotd/td/telegram (current package)
cdn_pool_manager.go#L17: max int64
cdn_pool_manager.go#L92: if p.max < 1 {
cdn_pool_manager.go#L99: return p.max >= need
cdn_pool_manager.go#L114: if pools[best].max < 1 {
cdn_pool_manager.go#L118: if p.max > 0 && p.max < pools[best].max {
cdn_pool_manager.go#L181: max: need,
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |